home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / OOP_Course / Examples / Line / LineView.h < prev    next >
Text File  |  1992-12-19  |  105b  |  11 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface LineView:View
  4. {
  5.     float xSlider;
  6. }
  7.  
  8. - takeSliderInput:sender;
  9.  
  10. @end
  11.